home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
mac
/
Ganmac
/
eb.cst
/
00051_Script_voiclet
< prev
next >
Wrap
Text File
|
1999-09-22
|
1KB
|
41 lines
on mousedown
global name, cspname,cspchannel, gvolume
set the movieRate of sprite 105 to 0
puppetsprite 98,false
puppetsprite 101,false
set the membernum of sprite cspchannel to the number of member cspname of castlib "eb.cst"
set name to the name of member(the member of sprite the clickon)
set rr to "r"& name
set the membernum of sprite the clickon to the number of member rr of castlib "eb.cst"
global cspname
set yy to chars(cspname,1,1)
global gloson
if (gloson=1) or (the visible of window "gloss") then
set the memberNum of sprite 115 to the number of member (yy&"glos") of castLib "eb.cst"
endNewMovie
end if
if the visible of sprite 106 then
set the visible of sprite 106 to false
set the visible of sprite 107 to false
set the visible of sprite 108 to false
set zz to the name of member (the memberNum of sprite 117)
set yx to chars(zz,2,6)
set the memberNum of sprite 117 to the number of member yx of castlib "eb.cst"
end if
updatestage
checkvol yy
set the visible of sprite 105 to false
if gvolume = 0 then
set soundLevel to 0
set the volume of sound 1 to 0
end if
updateStage
set the visible of sprite 105 to true
updateStage
go to frame "letter"
end